home *** CD-ROM | disk | FTP | other *** search
/ The Arcade BBS / arcadebbs.zip / arcadebbs / bbstools / WWIV Mods / WWCPBETA.ZIP / README.DOC < prev    next >
Encoding:
Text File  |  1994-03-20  |  3.7 KB  |  109 lines

  1.                              WWCP version 1.30
  2.  
  3.                        Copyright 1993 by Anthony Hursh
  4.  
  5. This is a BETA TEST version. This has been a BETA TEST version for about
  6. a year now. This may well be a BETA TEST version for another year. Tony
  7. doesn't do the software anymore, you see, and my grasp of C leaves something
  8. to be desired...
  9.  
  10. The gateway provided herein is quite functional other than a couple minor
  11. bugs involving bang-kludged addresses (fnord!wwiv!123-4567@uunet.uu.net, for
  12. instance, may not work).
  13.  
  14. Administrative stuff, such as the credit system and the purge utility, don't
  15. exist yet.
  16.  
  17. **************************ATTENTION UPGRADING USERS****************************
  18.  
  19. The format of the WWNUM and WWALPHA files has been changed *drastically*.
  20. You *must* run the CVTWW program before using the new binaries. Also,
  21. new lines have been added to the WWSTAT file. READ UPGRADE.DOC before
  22. installing the new system. I mean it!
  23.  
  24. All technical questions, bug reports, etc. for WWCP should now be sent to:
  25. system@fred.com (1@502 wwivnet)
  26.  
  27. Files included:
  28.  
  29. WWCP.DOC        General documentation for WWCP
  30.  
  31. UPGRADE.DOC     How to install the new system, for upgrading users.
  32.  
  33. CHANGES.DOC     Changes from the previous version
  34.  
  35. RULES.DOC       WWIVnet rules and regulations
  36.  
  37. WWREG.DOC       Registration form for WWCP
  38.  
  39. TROUBLE.DOC     Bryan Lockwood's trouble-shooting guide
  40.  
  41. TWIT.DOC        Explanation of the "twit list" function
  42.  
  43. MULTINET.DOC    How to participate in more than one WWIV network.
  44.  
  45. WWCICO.EXE      The WWCP dialing program
  46.  
  47. WWSMAIL.EXE     The WWCP sendmail program
  48.  
  49. WWRMAIL.EXE     The WWCP readmail program
  50.  
  51. REGISTER.EXE    Used to register your copy of WWCP
  52.  
  53. CREDIT.EXE      Used to add/subtract mail credits
  54.                 from users.
  55.  
  56. WWPURGE.EXE     Used to clean out old user records
  57.                 from the database.
  58. CREDIT.DOC      Explanation of the credit system.
  59.  
  60. WWPOLL.BAT      Example batch file for dialout use
  61.  
  62. WWSHELL.BAT     Example batch file for dialin use
  63.  
  64. WWSTAT          Example WWCP configuration file
  65.  
  66. WWSEQ           Example WWCP sequence file
  67.  
  68. GLOSSARY.TXT    WWIV<->Usenet dictionary (grin)
  69.  
  70.  
  71.  
  72. Note for DOS 5.0 users: There is a DOS bug that prevents some of my
  73. programs from running on certain machines under DOS 5.0. If the programs
  74. don't work, preface them with the DOS 5.0 LOADFIX command. Thus, to run
  75. wwrmail, you'd use the command line:
  76.  
  77. LOADFIX WWRMAIL
  78.  
  79. The problem is related to the similar bug that prevents DOS 5.0 from
  80. running certain programs that have been processed with the Microsoft
  81. EXEPACK program. Hopefully Microsoft will fix this bug in DOS 5.0 *soon*.
  82. I know I went through a few hair-tearing sessions over it...... unlike
  83. the problem with EXEPACKed files, which results in an error message being
  84. printed, the DOS bug in this case causes the programs to simply lock up.
  85. I knew it wasn't my code, because even
  86.  
  87. #include <stdio.h>
  88.  
  89. main()
  90. {
  91.      printf("Hello, world!\n");
  92.  
  93. }
  94.  
  95. would lock up. I was finally able to get access to a machine displaying
  96. the problem for an extended period of time and track down a fix.
  97. The problem does not occur on all machines. As far as I can tell, 286
  98. machines are more vulnerable. It may also have something to do with the
  99. particular sub-version (or subversion :-) of DOS 5.0 that you're
  100. running. Microsoft is well-known for making "silent bug fixes"... Thanks,
  101. Microsoft. Not! Try running the programs without LOADFIX first, though....
  102. LOADFIX wastes some memory; there's no reason to use it unless it's
  103. absolutely necessary.
  104.  
  105. I do not know whether the problem still exists in DOS 6.0. If you had
  106. to use LOADFIX under DOS 5.0 and are now running DOS 6.0, try running
  107. without LOADFIX and see what happens.
  108.  
  109.